Loads the image from a System.IO.Stream.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal As ContainerFormat, _
ByVal As System.Nullable(Of ImageRect), _
ByVal ParamArray () As BaseTransform _
)
public void Load(
System.IO.Stream ,
ContainerFormat ,
System.Nullable<ImageRect> ,
params BaseTransform[]
)
Parameters
- stream
- The input stream.
- containerFormat
- The image container format; use Unknown to detect the format automatically.
- imageRect
- Clipping rectangle for the image after all transformations.
- transforms
- The transformation chain for the image that is being loaded.
See Also